e5baa7
@@ -1133,6 +1133,9 @@
static Timestamp getTimestampFromString(String s) {
         s = s.substring(0, periodIdx + 10);
       }
     }
+    if (s.indexOf(' ') < 0) {
+      s = s.concat(" 00:00:00");
+    }
     try {
       result = Timestamp.valueOf(s);
     } catch (IllegalArgumentException e) {
